Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
date_default_timezone_set
date_default_timezone_set
Set the default time zone used by all date/time functions in the script
Name:
date_default_timezone_set
Category:
Date and time
Programming Language:
php
One-line Description:
Sets the default time zone used by all Date/Time functions.
Related
50 Practical PHP Tutorial Examples to Enhance Your Web Development Skills
5
How is socket_set_block different from stream_set_blocking?
6
【Beginner's Guide】Understanding PHP Arrays: Definition, Access, and Common Operations
3
Use get_include_path() to check whether the file exists with file_exists()
3
Similar Functions
date_default_timezone_set
date_default_timezone_set
Setthedefaulttimezon
timezone_open
timezone_open
AliasforDateTimeZo
time
time
ReturnthecurrentUnix
date_diff
date_diff
AliasforDateTime::
localtime
localtime
Getlocaltime
date_timestamp_set
date_timestamp_set
AliasforDateTime::
date
date
Formatlocaltime/date
date_sun_info
date_sun_info
Returnsanarraywithin
Popular Articles